Metadata-Version: 2.1
Name: ScholarCodeCollective
Version: 0.1.8.1
Summary: A collective library for the code behind several academic papers
Home-page: https://google.com
Author: Author Name
Author-email: author_email@mail.com
License: The Unlicense
Requires-Python: >=3.9, <3.12
Description-Content-Type: text/markdown

# A template to structure your Python application
A python project to use as a template when developing a Python application.

## In order to create a Python project with a similar structure you need to do the following: 
### The structure of the project should be as follows: 
```
project
|-- README.md
|-- Package
|-- init.py
| |-- module_1
| | |-- init.py
| | |-- function1.py
| | |-- ...
| | |-- function_n.py 
| |-- module_2
| | |-- init.py
| | |-- function1.py
| | |-- ...
| | |-- function_n.py 
| |-- ..
| |-- module_n.py 
-- setup.py 
```
### Command for wheel creation and upload 
* For Python3 users: 
  * `python setup.py sdist`
  * `del dist\*`
  * `stwine upload --verbose dist/*    `

# ScholarCodeCollective Package

Welcome to the ScholarCodeCollective package. Below you will find links to various resources including our local documentation.

## Documentation

For detailed documentation, please refer to our [local documentation](file:///D:/Research%20HKU/PYPI_lib/Documentation/_build/html/index.html).
(file:///D:/Research%20HKU/PYPI_lib/Documentation/_build/html/index.html)

## Installation

Provide installation instructions here.

## Usage

Provide usage instructions here.

## Contributing

Guidelines for how to contribute to the project.

## License

Information about the licensing.
