Metadata-Version: 2.1
Name: My-This-is-the-machine
Version: 0.0.7
Summary: A small example package
Author-email: This is me <gorosti.mantxo@gmail.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Luminescence ![CI status](https://img.shields.io/badge/build-passing-brightgreen.svg)

Time_Machine is a Python library for ...

## Installation

```
$ pip install My-This-is-the-machine==0.0.7
```

### Requirements

Python 3.9.12 has been used for the deveopment of the package

The next packages are used by the program to function:

imreg, matplotlib, numpy, opencv-python, pandas, scify, tifffile

In particular, the following versions of them have been used for the development of this program 

imreg==2022.9.27
matplotlib==3.6.2
numpy==1.23.4
opencv_python==4.6.0.66
pandas==1.5.1
scipy==1.9.3
tifffile==2022.10.10

All of them can be installed with -pip- and will automatically be installed together with this package (so no need to manually install them)

## Usage
From the console:
```
$ python3 -m Time_Machine
```

From the interpreter:

Import:
```
import Time_Machine
```

Help:
```
help(Time_Machine)
```

Run:
```
from Time_Machine import __main__
```

## Development
```
$ virtualenv Lumin
$ . Lumin/bin/activate
$ pip install -e .
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## Link to GitHub
More info in [SteFuh](https://github.com/SteFuh/Time-Machine)


## License
[MIT](https://choosealicense.com/licenses/mit/)# Luminescence
# Luminescence

# Information for myself
https://packaging.python.org/en/latest/tutorials/packaging-projects/

