Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed May 24, 2024
1 parent 123ae97 commit f8e4402
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
=======
pyoload
=======

pyoload has two main functions

----------------
Expand Down Expand Up @@ -89,9 +90,9 @@ for a dictionarry mapping of integers to list of floats or floats.
Will print `'3.0'` as `3.0` can not be converted to a complex
-----------------
Accepted annotations
--------------------
Accepted annotations
-------------------
In addition to supporting normal plain types,
pyoload includes support for generic aliasses of iterable types and some other classes:
Expand All @@ -102,3 +103,7 @@ pyoload includes support for generic aliasses of iterable types and some other c
Instructs pyoload to cast to the specified type
- A string
The string contents will be evaluated as soon as first function call.
.. role:: python
:language: python

0 comments on commit f8e4402

Please sign in to comment.