Metadata-Version: 2.4
Name: semax-polska-research-notes
Version: 1.0.0
Summary: Research notes helpers for laboratory work. From Semax Polska.
Home-page: https://semaxpolska.com/
Author: Semax Polska
Author-email: kontakt@semaxpolska.com
Project-URL: Homepage, https://semaxpolska.com/
Project-URL: Shop, https://semaxpolska.com/sklep/
Project-URL: Contact, https://semaxpolska.com/kontakt/
Keywords: semax-polska,research-notes,laboratory,reagents,peptides
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# Semax Polska Research Notes (Python)

Research notes helpers for laboratory work.

From **[Semax Polska](https://semaxpolska.com/)** — chemical reagents and peptides for research.

```bash
pip install semax-polska-research-notes
```

```python
from semax_polska_research_notes import build_reference

note = build_reference({
    "selectedText": "Epithalon has been studied in cellular aging research contexts.",
    "pageTitle": "Example paper",
    "url": "https://example.com/paper",
})
```

## Links

- [Semax Polska](https://semaxpolska.com/)
- [Shop](https://semaxpolska.com/sklep/)
- [Contact](https://semaxpolska.com/kontakt/)

## License

MIT
