Metadata-Version: 2.1
Name: cosmos-chosen
Version: 0.0.1
Summary: 你的想法那么优秀，一定是天选吧！Your idea is so brilliant, it must be the chosen one!
Home-page: https://github.com/2catycm/CosmosChosen
Author: 叶璨铭
Author-email: 12011404@mail.sustech.edu.cn
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev

# CosmosChosen


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install CosmosChosen in Development mode

``` sh
# make sure CosmosChosen package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to CosmosChosen
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/2catycm/CosmosChosen):

``` sh
$ pip install git+https://github.com/2catycm/CosmosChosen.git
```

or from [conda](https://anaconda.org/2catycm/CosmosChosen)

``` sh
$ conda install -c 2catycm CosmosChosen
```

or from [pypi](https://pypi.org/project/CosmosChosen/)

``` sh
$ pip install CosmosChosen
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/2catycm/CosmosChosen)’s
[pages](https://2catycm.github.io/CosmosChosen/). Additionally you can
find package manager specific guidelines on
[conda](https://anaconda.org/2catycm/CosmosChosen) and
[pypi](https://pypi.org/project/CosmosChosen/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2


