Metadata-Version: 2.1
Name: Sedna
Version: 0.0.4
Summary: Sedna is a python package for computational mathematics
Author-email: Rishit Logar <logarrishit@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Sedna: A Python Package for computational mathematics, and more.

Sedna is an all-in-one python package which is designed to meet your needs. It contains various modules such as maths, physics, prime, system and voice in order to create a versatile experience.

You can read information about each of the functions by reading the comments provided.

To start:

```
pip install sedna
```

To import all modules:

```
from sedna import *
```

Sedna has the following modules:

* maths

* physics

* prime

* system

* voice

We are bond to withold the quality of this library and keep providing updates in order to expand this library.

We will provide you with a detailed documentation of every module as soon as we are able to complete the development and release it as the first stable version.

Thanks for choosing Sedna!
